home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Apple Advanced Technologies / Apple Speech Technologies 1.5 / PlainTalk Developer Info / Speech Synthesis Manager SDK / Text-to-Speech - Read Me First
Text File  |  1996-11-06  |  5KB  |  71 lines

  1. 4/24/96
  2.                                                 Overview
  3.  
  4. This folder contains information that tells developers how to use Apple's English and Spanish text-to-speech software to let applications talk.  
  5.  
  6. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  7. • It comes pre-installed on new Macintosh computers.
  8. • Users can download Apple's PlainTalk "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" software from Apple's web site at:
  9.     <http://www.speech.apple.com/>
  10. • Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  11.       512-919-2645
  12.       AppleLink:   SW.LICENSE
  13.       Internet:  SW.LICENSE@applelink.apple.com
  14.  
  15. Along with this text-to-speech developer information, you should find a folder named "PlainTalk 1.5" that contains the "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" installers.  Apple's Installer scripts for text-to-speech make sure that the appropriate speech synthesizers are installed for the hardware and system software available.  They also take care to remove the outdated versions of text-to-speech.  There are currently four speech synthesizers, each with differing requirements.  And there have been many previous configurations released, under a variety of names.  So getting this right is no simple task.  If you ship text-to-speech with your application, please take advantage of Apple's Installer scripts, either by directly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  16.  
  17. Besides the information in this file, be sure to read the files "Using English Text-to-Speech" and "Using Mexican Spanish TTS" that come with the PlainTalk 1.5 products.
  18.  
  19.  
  20.                                               Folder Contents
  21.  
  22. Documentation
  23. This folder contains the Speech Manager chapter of Inside Macintosh: Sound.  It also contains a listing of the phonemes for Mexican Spanish as they differ from the English phonemes in Inside Macintosh: Sound.
  24.  
  25. Interfaces
  26. This folder contains the interface and library files needed to write software that uses text-to-speech.
  27.  
  28. Files
  29. (Available in full PlainTalk Developer Info package, which you can get from Apple's web site at: <http://www.speech.apple.com/>.)
  30. This folder contains all the files that get installed by the Installer versions of English Text-to-Speech and Mexican Spanish Text-to-Speech. As mentioned above, we recommend that developers license Apple's "English Text-to-Speech" or "Mexican Spanish Text-to-Speech" installers for distribution with their applications that use text-to-speech, rather than trying to write their own text-to-speech installers from scratch, because it can be a complicated installation process. (Apple licenses these installers in both disk image form and as net/hard-disk installers.) But these files are here in case you need to write your own installer.
  31.  
  32. Installer Source
  33. (Available in full PlainTalk Developer Info package, which you can get from Apple's web site at: <http://www.speech.apple.com/>.)This folder contains the source for Apple's text-to-speech Installer scripts.  This is provided in case you want to write your own Installer script to install text-to-speech.
  34.  
  35. Scripting
  36. (Available in full PlainTalk Developer Info package, which you can get from Apple's web site at: <http://www.speech.apple.com/>.)This folder contains a Scripting Addition so that text-to-speech can be used from AppleScript.
  37.  
  38.  
  39. Developers can also license larger versions of the MacinTalk Pro voices (Victoria, Agnes, Bruce) and MacinTalk Español Mexicano voices  (Carlos, and Catalina). The larger voices require 1.4MB-2.5MB RAM each, as opposed to their usual 800K-900K. The larger voices provide similar speech quality in terms of intonation and naturalness, but higher sound quality (less compressed). In addition, developers can license smaller versions of the MacinTalk Pro and MacinTalk Español Mexicano voices (300K-450K). These smaller versions have significantly lower sound quality (more static) than the larger versions.  Note, the 300K MacinTalk 3 voices (like Fred, Kathy, Trinoids, etc.) have very clean sound quality despite their small RAM footprint, but their speech quality is a little less natural sounding than the MacinTalk Pro voices. Your application can use any combination of the voices (within the systm requirements listed below), trading off speech quality, sound quality, and RAM size as you see fit or as the application's environment changes.
  40.  
  41.  
  42.                                                 System Requirements
  43.  
  44. Mexican Spanish TTS:
  45.     System 7.0 or later
  46.     68020 or better, including PowerPC
  47.     1.3 MB RAM
  48.  
  49. MacinTalk 2:
  50.     System 6.0.7 or later
  51.     Any Mac CPU
  52.     150K RAM
  53.  
  54. MacinTalk 3:
  55.     System 7.0 or later
  56.     33MHz 68030 or faster, 68040, or PowerPC
  57.     300K RAM
  58.  
  59. MacinTalk Pro:
  60.     System 7.0 or later
  61.     68040 or PowerPC
  62.     1.5 MB RAM
  63.  
  64.  
  65. Or, for English TTS, you can look at it the other way around:
  66.  
  67. With System 6.0.7, 6.0.8 use MacinTalk 2.
  68. With System 7 and 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  69. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  70. With System 7 and a slower processor use MacinTalk 2.
  71.